gtkmain: Fix build on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 20 Jan 2017 10:38:53 +0000 (18:38 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 20 Jan 2017 11:50:02 +0000 (19:50 +0800)
commit3629def0d0a5ce8eec39603a0c3658aae565506e
tree1c59b51e98ef8fc16dfada73d96a77df3230b2d4
parentf31aad39632685b8550a3b14db68adb740680c06
gtkmain: Fix build on Windows

gtk_init() removed its support for supporting arguments, so we ought to do
likewise for Windows, which actually defines items that call gtk_init()
the old way (and also get rid of argument support in those functions,
since the direction is to not support them).

https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk/gtkmain.c
gtk/gtkmain.h